Hello Stata-Experts,
Lets suppose I want to investigate the connection of M&As and firms profits under control of the size in terms of employees. To observe potential effects, I ran a panel-data regression with fixed effects in Stata. Please find the code below.
xtreg profit post#i.treat i.treat employees i.year, fe
Variable 'post' is a dummy variable taking =1 for years after the merger bur only for firms of the treatment group, 'treat' is a dummy variable for firms that are involved in a merger, independently from the year (treatment group). Mergers happened in different years. 'i.-year' is a period-dummy for the 5 years. My (maybe straightforward) question is, which is the variable of interest in terms of the given research question? I would suppose it is the interaction of 1.post*1.treat, but I am not sure. Additionally, I am wondering if the years that occurs in the regression output due the 'i.year' needs to be interpreted or if they can be ignored.
I would appreciate any kind of help!
Thanks in advance
KR
Lets suppose I want to investigate the connection of M&As and firms profits under control of the size in terms of employees. To observe potential effects, I ran a panel-data regression with fixed effects in Stata. Please find the code below.
xtreg profit post#i.treat i.treat employees i.year, fe
Variable 'post' is a dummy variable taking =1 for years after the merger bur only for firms of the treatment group, 'treat' is a dummy variable for firms that are involved in a merger, independently from the year (treatment group). Mergers happened in different years. 'i.-year' is a period-dummy for the 5 years. My (maybe straightforward) question is, which is the variable of interest in terms of the given research question? I would suppose it is the interaction of 1.post*1.treat, but I am not sure. Additionally, I am wondering if the years that occurs in the regression output due the 'i.year' needs to be interpreted or if they can be ignored.
I would appreciate any kind of help!
Thanks in advance
KR
Comment